home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TF_PREF / TF_PREF.txt
Text File  |  2002-07-04  |  5KB  |  229 lines

  1. object F_pref: TF_pref
  2.   Left = 242
  3.   Top = 234
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preference'
  6.   ClientHeight = 300
  7.   ClientWidth = 439
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 4
  21.     Top = 4
  22.     Width = 433
  23.     Height = 269
  24.     ActivePage = TabSheet1
  25.     TabOrder = 0
  26.     object TabSheet1: TTabSheet
  27.       Caption = 'Editor'
  28.       object Label1: TLabel
  29.         Left = 8
  30.         Top = 12
  31.         Width = 50
  32.         Height = 13
  33.         Alignment = taRightJustify
  34.         AutoSize = False
  35.         Caption = '&Font'
  36.       end
  37.       object Label2: TLabel
  38.         Left = 216
  39.         Top = 12
  40.         Width = 100
  41.         Height = 13
  42.         Alignment = taRightJustify
  43.         AutoSize = False
  44.         Caption = '&Size:'
  45.         FocusControl = CB_fontsize
  46.       end
  47.       object Label3: TLabel
  48.         Left = 3
  49.         Top = 131
  50.         Width = 38
  51.         Height = 13
  52.         Caption = 'Sample:'
  53.       end
  54.       object Label5: TLabel
  55.         Left = 8
  56.         Top = 36
  57.         Width = 100
  58.         Height = 13
  59.         Alignment = taRightJustify
  60.         AutoSize = False
  61.         Caption = 'Font Color:'
  62.       end
  63.       object Label6: TLabel
  64.         Left = 8
  65.         Top = 62
  66.         Width = 100
  67.         Height = 13
  68.         Alignment = taRightJustify
  69.         AutoSize = False
  70.         Caption = 'URL Color:'
  71.       end
  72.       object Label7: TLabel
  73.         Left = 216
  74.         Top = 62
  75.         Width = 100
  76.         Height = 13
  77.         Alignment = taRightJustify
  78.         AutoSize = False
  79.         Caption = 'Quoted Color:'
  80.       end
  81.       object Label4: TLabel
  82.         Left = 216
  83.         Top = 38
  84.         Width = 100
  85.         Height = 13
  86.         Alignment = taRightJustify
  87.         AutoSize = False
  88.         Caption = 'Background Color:'
  89.       end
  90.       object CB_fontsize: TComboBox
  91.         Left = 320
  92.         Top = 8
  93.         Width = 100
  94.         Height = 21
  95.         Style = csDropDownList
  96.         ItemHeight = 13
  97.         TabOrder = 0
  98.         OnChange = CB_fontsizeChange
  99.         Items.Strings = (
  100.           '8'
  101.           '9'
  102.           '10'
  103.           '11'
  104.           '12'
  105.           '14'
  106.           '16'
  107.           '18'
  108.           '20'
  109.           '22'
  110.           '24'
  111.           '26'
  112.           '28')
  113.       end
  114.       object Editor: TZEditor
  115.         Left = 4
  116.         Top = 147
  117.         Width = 417
  118.         Height = 90
  119.         Font.Charset = DEFAULT_CHARSET
  120.         Font.Color = clWindowText
  121.         Font.Height = -12
  122.         Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  123.         Font.Style = []
  124.         ParentColor = False
  125.         Color = clBtnFace
  126.         ReadOnly = True
  127.         PrintOptions = [poPageHeader, poPageNumber, poWordWrap]
  128.       end
  129.       object GroupBox1: TGroupBox
  130.         Left = 4
  131.         Top = 88
  132.         Width = 417
  133.         Height = 41
  134.         Caption = 'When open new window '
  135.         TabOrder = 1
  136.         object CBwordwrap: TCheckBox
  137.           Left = 8
  138.           Top = 18
  139.           Width = 180
  140.           Height = 17
  141.           Caption = '&WordWrap'
  142.           TabOrder = 0
  143.           OnClick = CBwordwrapClick
  144.         end
  145.         object CBfullscreen: TCheckBox
  146.           Left = 208
  147.           Top = 18
  148.           Width = 180
  149.           Height = 17
  150.           Caption = '&Full Screen Cursor Position'
  151.           TabOrder = 1
  152.           OnClick = CBfullscreenClick
  153.         end
  154.       end
  155.       object CBFont: TComboBox
  156.         Left = 64
  157.         Top = 8
  158.         Width = 148
  159.         Height = 21
  160.         Style = csDropDownList
  161.         ItemHeight = 13
  162.         TabOrder = 3
  163.         OnChange = CBfontChange
  164.       end
  165.       object btnFontColor: TPanel
  166.         Left = 112
  167.         Top = 34
  168.         Width = 100
  169.         Height = 18
  170.         TabOrder = 4
  171.         OnClick = btnFontColorClick
  172.       end
  173.       object btnBackColor: TPanel
  174.         Tag = 1
  175.         Left = 320
  176.         Top = 34
  177.         Width = 100
  178.         Height = 18
  179.         TabOrder = 5
  180.         OnClick = btnFontColorClick
  181.       end
  182.       object btnURLColor: TPanel
  183.         Tag = 2
  184.         Left = 112
  185.         Top = 58
  186.         Width = 100
  187.         Height = 18
  188.         TabOrder = 6
  189.         OnClick = btnFontColorClick
  190.       end
  191.       object btnQuotedColor: TPanel
  192.         Tag = 3
  193.         Left = 320
  194.         Top = 58
  195.         Width = 100
  196.         Height = 18
  197.         TabOrder = 7
  198.         OnClick = btnFontColorClick
  199.       end
  200.     end
  201.   end
  202.   object Button1: TButton
  203.     Left = 284
  204.     Top = 275
  205.     Width = 76
  206.     Height = 23
  207.     Caption = 'Ok'
  208.     Default = True
  209.     ModalResult = 1
  210.     TabOrder = 1
  211.     OnClick = Button1Click
  212.   end
  213.   object Button2: TButton
  214.     Left = 360
  215.     Top = 275
  216.     Width = 76
  217.     Height = 23
  218.     Cancel = True
  219.     Caption = 'Cancel'
  220.     ModalResult = 2
  221.     TabOrder = 2
  222.   end
  223.   object Language: TLanguage
  224.     LangCenter = DM_Language.LangCenter
  225.     Left = 132
  226.     Top = 232
  227.   end
  228. end
  229.